index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
Target
/
ARM
/
AsmPrinter
Commit message (
Expand
)
Author
Age
Files
Lines
*
Instead of passing in an unsigned value for the optimization level, use an enum,
Bill Wendling
2009-04-29
1
-2
/
+4
*
Second attempt:
Bill Wendling
2009-04-29
1
-5
/
+5
*
r70270 isn't ready yet. Back this out. Sorry for the noise.
Bill Wendling
2009-04-28
1
-5
/
+5
*
Massive check in. This changes the "-fast" flag to "-O#" in llc. If you want to
Bill Wendling
2009-04-28
1
-5
/
+5
*
Handle 'a' modifier in ARM inline assembly.
Bob Wilson
2009-04-06
1
-0
/
+3
*
CodeGen still defaults to non-verbose asm, but llc now overrides it and defau...
Evan Cheng
2009-03-25
1
-8
/
+9
*
Do not emit comments unless -asm-verbose.
Evan Cheng
2009-03-24
1
-8
/
+18
*
It makes no sense to have a ODR version of common
Duncan Sands
2009-03-11
1
-2
/
+1
*
Introduce new linkage types linkonce_odr, weak_odr, common_odr
Duncan Sands
2009-03-07
1
-6
/
+11
*
Fix a bunch of Doxygen syntax issues. Escape special characters,
Dan Gohman
2009-03-03
1
-1
/
+1
*
Overhaul my earlier submission due to feedback. It's a large patch, but most of
Bill Wendling
2009-02-24
1
-10
/
+14
*
GV with null value initializer shouldn't go to BSS if it's meant for a mergea...
Evan Cheng
2009-02-18
1
-1
/
+3
*
Rename getAnalysisToUpdate to getAnalysisIfAvailable.
Duncan Sands
2009-01-28
1
-2
/
+2
*
Add the private linkage.
Rafael Espindola
2009-01-15
1
-4
/
+6
*
Rename getABITypeSize to getTypePaddedSize, as
Duncan Sands
2009-01-12
1
-1
/
+1
*
Removed trailing whitespace from Makefiles.
Misha Brukman
2009-01-09
1
-3
/
+3
*
Convert DwarfWriter into a pass.
Devang Patel
2009-01-08
1
-10
/
+11
*
Preliminary ARM debug support based on patch by Mikael of FlexyCore.
Evan Cheng
2008-12-10
1
-13
/
+7
*
Clean up some ARM GV asm printing out; minor fixes to match what gcc does.
Evan Cheng
2008-12-06
1
-20
/
+31
*
Re-did 60519. It turns out Darwin's handling of hidden visibility symbols are...
Evan Cheng
2008-12-05
1
-17
/
+38
*
Make a convenient helper for printing offsets.
Anton Korobeynikov
2008-11-22
2
-9
/
+6
*
Temporary revert my last commit: it seems it's triggering some subtle bug in ...
asl
2008-11-08
1
-4
/
+7
*
Factor out offset printing code into generic AsmPrinter.
Anton Korobeynikov
2008-11-08
1
-7
/
+4
*
Flush the raw_ostream after emitting the assembly for a function.
Dan Gohman
2008-11-07
1
-0
/
+2
*
Fix so_imm encoding bug; add support for MOVi2pieces.
Evan Cheng
2008-11-06
1
-2
/
+2
*
Remove a dead switch statement.
Evan Cheng
2008-11-03
1
-17
/
+0
*
CMake: lib/Target/ARM/AsmPrinter/CMakeLists.txt added.
Oscar Fuentes
2008-10-25
1
-0
/
+9
*
Switch the MachineOperand accessors back to the short names like
Dan Gohman
2008-10-03
1
-7
/
+7
*
Rename isWeakForLinker to mayBeOverridden. Use it
Duncan Sands
2008-09-29
1
-1
/
+1
*
Move actual section printing stuff to AsmPrinter from TAI reducing heap traffic.
Anton Korobeynikov
2008-09-24
1
-2
/
+1
*
Drop obsolete hook and change all usage to new interface
Anton Korobeynikov
2008-09-24
1
-9
/
+0
*
Clean up.
Evan Cheng
2008-09-18
1
-4
/
+8
*
Use raw_ostream throughout the AsmPrinter.
Owen Anderson
2008-08-21
1
-4
/
+5
*
ARM asm printer can't handle dwarf info yet.
Evan Cheng
2008-08-18
1
-6
/
+12
*
Move ARM to pluggable asmprinter
Anton Korobeynikov
2008-08-17
2
-0
/
+1053