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
/
include
Commit message (
Expand
)
Author
Age
Files
Lines
*
Verify debug info.
Devang Patel
2009-01-19
1
-0
/
+17
*
Remove SDNode's virtual destructor. This makes it impossible for
Dan Gohman
2009-01-19
2
-36
/
+2
*
improve compatibility with cygwin, patch by Jay Foad!
Chris Lattner
2009-01-19
1
-5
/
+16
*
DebugInfo is a lightweight APIs and consumers are expected to use light objec...
Devang Patel
2009-01-19
1
-59
/
+0
*
Few targets like PIC16 wants libcall generation for illegal type i16.
Sanjiv Gupta
2009-01-18
1
-0
/
+4
*
BasicAliasAnalysis and FunctionAttrs were both
Duncan Sands
2009-01-18
1
-0
/
+29
*
make comparisons a bist faster
Gabor Greif
2009-01-17
1
-5
/
+3
*
introduce typedef for complicated vector, and use it too
Gabor Greif
2009-01-17
1
-0
/
+2
*
Support for multi-valued options in CommandLine
Mikhail Glushenkov
2009-01-16
1
-2
/
+21
*
Instead of adding dependence edges between terminator instructions
Dan Gohman
2009-01-16
1
-1
/
+5
*
CreateVirtualRegisters does trivial copy coalescing. If a node def is used by...
Evan Cheng
2009-01-16
2
-6
/
+8
*
remove a dead method.
Chris Lattner
2009-01-16
1
-6
/
+1
*
Get this building with gcc-4.4.
Duncan Sands
2009-01-16
1
-0
/
+1
*
Registry.h should not depend on CommandLine.h.
Mikhail Glushenkov
2009-01-16
3
-29
/
+57
*
Delete trailing whitespace.
Mikhail Glushenkov
2009-01-16
2
-74
/
+74
*
Reverting back 62301.
Sanjiv Gupta
2009-01-16
1
-1
/
+1
*
Few targets do not have a single directive to emit global constants.
Sanjiv Gupta
2009-01-16
1
-1
/
+1
*
Initial hazard recognizer support in post-pass scheduling. This includes
Dan Gohman
2009-01-16
1
-1
/
+4
*
Validate dbg_* intrinsics before lowering them.
Devang Patel
2009-01-15
1
-0
/
+3
*
Generalize the HazardRecognizer interface so that it can be used
Dan Gohman
2009-01-15
4
-42
/
+82
*
Simplify the MachineLICM pass by having it only traverse outer
Dan Gohman
2009-01-15
1
-0
/
+6
*
Add the private linkage.
Rafael Espindola
2009-01-15
3
-2
/
+8
*
Use lightweight DebugInfo objects directly.
Devang Patel
2009-01-15
1
-0
/
+1
*
Move a few containers out of ScheduleDAGInstrs::BuildSchedGraph
Dan Gohman
2009-01-15
6
-37
/
+31
*
Make getWidenVectorType const.
Dan Gohman
2009-01-15
1
-1
/
+1
*
Const-qualify getPreIndexedAddressParts and friends.
Dan Gohman
2009-01-15
1
-2
/
+2
*
Fix the time regression I introduced in 464.h264ref with
Dale Johannesen
2009-01-14
1
-2
/
+2
*
Add member template MallocAllocator::Allocate(Num) (to match the same functio...
Ted Kremenek
2009-01-14
1
-0
/
+5
*
Removoe MachineModuleInfo methods (and related DebugInfoDesc class hierarchy...
Devang Patel
2009-01-13
1
-975
/
+0
*
Keep "has debug info" big in MachineModuleInfo to avoid circular dependency b...
Devang Patel
2009-01-13
1
-2
/
+7
*
Undo previous checkin.
Devang Patel
2009-01-13
1
-3
/
+0
*
Use DwarfWriter to record dbg variables.
Devang Patel
2009-01-13
2
-4
/
+8
*
Use dwarf writer to decide whether the module has debug info or not.
Devang Patel
2009-01-13
1
-0
/
+3
*
Wind SCEV back in time, to Nov 18th. This 'fixes' PR3275, PR3294, PR3295,
Nick Lewycky
2009-01-13
3
-56
/
+3
*
add a new insertAfter method, patch by Tom Jablin!
Chris Lattner
2009-01-13
2
-0
/
+11
*
Fix fallout from r62144. Evan, please double check this.
Owen Anderson
2009-01-13
1
-4
/
+4
*
Use DebugInfo interface to lower dbg_* intrinsics.
Devang Patel
2009-01-13
5
-7
/
+14
*
Add classof() methods to support isa<> and other related facilities.
Devang Patel
2009-01-12
1
-9
/
+74
*
Rename getABITypeSize to getTypePaddedSize, as
Duncan Sands
2009-01-12
2
-6
/
+6
*
Add DwarfWriter interface to mainipulate source location info.
Devang Patel
2009-01-12
1
-0
/
+20
*
Remove some dead code from the days llvm had type planes.
Rafael Espindola
2009-01-12
1
-5
/
+0
*
Fix PR3241: Currently EmitCopyFromReg emits a copy from the physical register...
Evan Cheng
2009-01-12
1
-1
/
+1
*
add nocapture attribute to llvm.mem* intrinsics and have tblgen
Chris Lattner
2009-01-12
1
-11
/
+17
*
drats! remove tabs
Gabor Greif
2009-01-11
1
-1
/
+1
*
simplify CallSite helper class to not consult the Instruction's
Gabor Greif
2009-01-11
1
-21
/
+38
*
Duplicated node may produce a non-physical register def.
Evan Cheng
2009-01-09
1
-1
/
+1
*
Removed trailing whitespace.
Misha Brukman
2009-01-09
30
-929
/
+929
*
Request DwarfWriter. This will be used to handle dbg_* intrinsics.
Devang Patel
2009-01-09
1
-1
/
+3
*
Add a --check-graph option to llvmc.
Mikhail Glushenkov
2009-01-09
1
-3
/
+24
*
add a helper method.
Chris Lattner
2009-01-09
1
-0
/
+7
[next]