index
:
platform/upstream/nasm
accepted/tizen/ivi/genivi
accepted/tizen/ivi/stable
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.m14.3_ivi
accepted/tizen_3.0.m2_mobile
accepted/tizen_3.0.m2_tv
accepted/tizen_3.0.m2_wearable
accepted/tizen_3.0_common
accepted/tizen_3.0_ivi
accepted/tizen_3.0_mobile
accepted/tizen_3.0_tv
accepted/tizen_3.0_wearable
accepted/tizen_4.0_unified
accepted/tizen_5.0_unified
accepted/tizen_5.5_unified
accepted/tizen_5.5_unified_mobile_hotfix
accepted/tizen_5.5_unified_wearable_hotfix
accepted/tizen_6.0_unified
accepted/tizen_6.0_unified_hotfix
accepted/tizen_6.5_unified
accepted/tizen_7.0_unified
accepted/tizen_7.0_unified_hotfix
accepted/tizen_8.0_unified
accepted/tizen_9.0_unified
accepted/tizen_common
accepted/tizen_generic
accepted/tizen_ivi
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_unified
accepted/tizen_unified_toolchain
accepted/tizen_unified_x
accepted/tizen_unified_x_asan
accepted/tizen_wearable
pristine-tar
sandbox/kevinthierry/bump-2.11.06
sandbox/kevinthierry/upstream
sandbox/pcoval/devel
tizen
tizen_3.0
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m14.2_ivi
tizen_3.0.m14.3_ivi
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_3.0.m2
tizen_3.0_ivi
tizen_3.0_tv
tizen_4.0
tizen_4.0_tv
tizen_5.0
tizen_5.5
tizen_5.5_mobile_hotfix
tizen_5.5_tv
tizen_5.5_wearable_hotfix
tizen_6.0
tizen_6.0_hotfix
tizen_6.5
tizen_7.0
tizen_7.0_hotfix
tizen_8.0
tizen_9.0
tizen_ivi_genivi
upstream
upstream-2.10.07
Domain: System / Toolchain;
Dongkyun Son <dongkyun.s@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
eval.c
Age
Commit message (
Expand
)
Author
Files
Lines
2012-05-31
eval: add general support for "integer functions" and add ilog2*()
H. Peter Anvin
1
-2
/
+50
2010-11-06
eval: rexp3 should operate with 64bit numbers
Cyrill Gorcunov
1
-1
/
+1
2010-09-10
eval.c: Use OPFLAG_FORWARD instead of opencoded number
Cyrill Gorcunov
1
-1
/
+1
2009-10-31
Various tab/space/comment cleanup
Cyrill Gorcunov
1
-52
/
+51
2009-07-06
NASM: relicense under the 2-clause BSD license
H. Peter Anvin
1
-12
/
+0
2009-06-28
Add copyright headers to the *.c/*.h files in the main directory
H. Peter Anvin
1
-6
/
+45
2008-07-16
fix unitialized variable in eval_strfunc
Victor van den Elzen
1
-0
/
+1
2008-06-14
Support __utf16__ and __utf32__ in an expression context
H. Peter Anvin
1
-0
/
+45
2008-06-09
Make strings a first-class token type; defer evaluation
H. Peter Anvin
1
-0
/
+9
2008-03-12
Display fully qualified local label in "not defined" message
Charles Crayne
1
-4
/
+6
2007-12-29
regularized spelling of license to match name of LICENSE file
Beroset
1
-1
/
+1
2007-11-05
Upgrade label functions to 64-bit
Charles Crayne
1
-1
/
+2
2007-11-04
Permit opcode names as labels as long as they are followed by a colon
H. Peter Anvin
1
-2
/
+5
2007-10-29
Use a 32-bit floating-point limb size; support 8-bit float
H. Peter Anvin
1
-0
/
+1
2007-10-19
Formatting: kill off "stealth whitespace"
H. Peter Anvin
1
-1
/
+1
2007-10-13
Fix 32-bit types in preproc.c and eval.c
Keith Kanios
1
-16
/
+16
2007-10-10
Use the compiler-provided booleans if available, otherwise emulate
H. Peter Anvin
1
-9
/
+9
2007-10-03
Change cloc_t to struct location, and reorder the members
H. Peter Anvin
1
-2
/
+2
2007-10-03
BR 1352920: change loc_t -> cloc_t
H. Peter Anvin
1
-2
/
+2
2007-10-02
Portability fixes
H. Peter Anvin
1
-0
/
+2
2007-09-24
Support __float*__ for floating-point numbers in expressions
H. Peter Anvin
1
-0
/
+59
2007-09-24
eval.c: replace sequence of ifs with switch
H. Peter Anvin
1
-9
/
+21
2007-05-02
Allow '!' to be used in expressions with same meaning as in C.
Chuck Crayne
1
-0
/
+13
2007-04-12
General push for x86-64 support, dubbed 0.99.00.
Keith Kanios
1
-25
/
+26
2005-01-15
Apply Nindent to all .c and .h files
H. Peter Anvin
1
-501
/
+478
2002-05-27
Correct handling of SEG <nonsegment>; per BR 560575
H. Peter Anvin
1
-0
/
+2
2002-05-26
Handle $ and $$ in ABSOLUTE sections
H. Peter Anvin
1
-3
/
+7
2002-04-30
NASM 0.98.03
H. Peter Anvin
1
-2
/
+2
2002-04-30
NASM 0.98p3.2
H. Peter Anvin
1
-19
/
+10
2002-04-30
NASM 0.98p3
H. Peter Anvin
1
-87
/
+154
2002-04-30
NASM 0.96
H. Peter Anvin
1
-0
/
+761