index
:
~gabbayo/llvm
base
master
Unnamed repository; edit this file 'description' to name the repository.
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
CodeGen
/
X86
/
pic_jumptable.ll
Age
Commit message (
Expand
)
Author
Files
Lines
2015-04-23
Re-commit r235560: Switch lowering: extract jump tables and bit tests before ...
Hans Wennborg
1
-1
/
+3
2015-04-23
Revert r235560; this commit was causing several failed assertions in Debug bu...
Aaron Ballman
1
-3
/
+1
2015-04-22
Switch lowering: extract jump tables and bit tests before building binary tre...
Hans Wennborg
1
-1
/
+3
2015-04-16
Revert the switch lowering change (r235101, r235103, r235106)
Hans Wennborg
1
-3
/
+1
2015-04-16
Switch lowering: extract jump tables and bit tests before building binary tre...
Hans Wennborg
1
-1
/
+3
2015-02-27
[opaque pointer type] Add textual IR support for explicit type parameter to l...
David Blaikie
1
-1
/
+1
2015-01-19
Bring r226038 back.
Rafael Espindola
1
-1
/
+1
2015-01-16
Revert r226242 - Revert Revert Don't create new comdats in CodeGen
Timur Iskhodzhanov
1
-1
/
+1
2015-01-16
Revert "Revert Don't create new comdats in CodeGen"
Rafael Espindola
1
-1
/
+1
2015-01-15
Revert Don't create new comdats in CodeGen
Timur Iskhodzhanov
1
-1
/
+1
2015-01-14
Don't create new comdats in CodeGen.
Rafael Espindola
1
-1
/
+1
2012-09-24
Mark jump tables in code sections with DataRegion directives.
Jim Grosbach
1
-0
/
+12
2011-07-02
Partially FileCheck-ize a test to remove a weird quoting situation.
Chandler Carruth
1
-2
/
+5
2011-03-04
Be nice to Xcore and the XMOS assembler and avoid quoting section names
Joerg Sonnenberger
1
-1
/
+1
2011-03-03
Bug#9033: For the ELF assembler output, always quote the section name.
Joerg Sonnenberger
1
-1
/
+1
2011-02-14
Switch llvm to using comdats. For now always use groups with a single
Rafael Espindola
1
-1
/
+1
2010-04-17
Start function numbering at 0.
Dan Gohman
1
-2
/
+2
2010-04-12
Use .set expression for x86 pic jump table reference to reduce assembly reloc...
Evan Cheng
1
-2
/
+7
2009-09-08
Eliminate more uses of llvm-as and llvm-dis.
Dan Gohman
1
-4
/
+4
2009-06-25
down with unwind info :)
Chris Lattner
1
-1
/
+1
2009-06-18
On Darwin, ams printer should output a second label before a jump table so th...
Evan Cheng
1
-0
/
+2
2009-03-25
CodeGen still defaults to non-verbose asm, but llc now overrides it and defau...
Evan Cheng
1
-3
/
+3
2008-02-07
Fix a x86-64 codegen deficiency. Allow gv + offset when using rip addressing ...
Evan Cheng
1
-33
/
+32
2007-11-09
Fix tests.
Evan Cheng
1
-4
/
+2
2006-12-02
Use the llvm-upgrade program to upgrade llvm assembly.
Reid Spencer
1
-1
/
+1
2006-10-05
Verify that jump tables are emitted to the same section as the function is,
Chris Lattner
1
-0
/
+79